Last Updated: 2014-08-25 Mon 13:51

CS 310: Data Structures

George Mason University
Fall 2014
3 Credits

1 Basic Course Information

Credits
3
Prerequisites
C or better in CS 211.
Course Meeting Time and Location
Section Days Time Professor Location
001 T/R 12:00-1:15 Nordstrom Exploratory Hall L003
002 M/W 12:00-1:15 Kauffman Nguyen Engineering Building 1103
003 M/W 3:00-4:15 Kauffman Robinson Hall B104
Instructors
Name Chris Kauffman Dave Nordstrom
Office Engineering 5341 Engineering 5345
Email kauffman@cs.gmu.edu dnordstr@gmu.edu
Phone 703-993-5194 703-993-1565
Teaching Assistants
Call Me Name Email  
Adam Yue Hao yhao3@gmu.edu GTA
Frances Hui Zheng hzheng5@gmu.edu GTA
Reza Md. A Reza mreza@gmu.edu GTA
Rebecca Rebecca Fischer rfische3@masonlive.gmu.edu UTA
Eric Steven E Halle shalle2@masonlive.gmu.edu UTA
Office Hours
Check the course web page for lists of office hours and locations. In addition to attending the regular meeting times, you are strongly encouraged to visit the professor and teaching assistant(s) during office hours to further your understanding of the material: we are here to help you learn.
Text
Mark Allen Weiss, Data Structures & Problem Solving Using Java, 4th ed., Addison-Wesley, 2010. A copy of the text will be on 2-hour reserve in the Johnson Center Library.
Web Sites
Piazza
The central course site. CS 310 shares a Piazza site amongst all 3 sections (001-Nordstrom, 002-Kauffman, 003-Kauffman). The announcements, discussion board, and documents posted there are part of the required reading for the course.
  • All instructors and TAs can view all material on Piazza
  • Use public posts on Piazza to discuss programming assignments, HW, and other material related to the course.
  • Use private messages on Piazza for personal questions involving your own code or situation.
  • Refer to the Piazza main page for etiquette on what should be posted publicly versus privately
BlackBoard
Used to submit assignments and to disseminate grades. There is a single combined blackboard site for all sections of CS 310.

2 Course Description

2.1 Goals

CS 310 continues the study of data structures from CS 211. Students will learn how to approach larger and more challenging programming problems than the projects in CS 211. Programming is a significant part of this course and students should expect to spend a good deal of time on the programming projects. The course also introduces a variety of data structures and illustrates the types of problems for which they are useful.

Topics to be covered include.

  • Generics and Collections
  • Basic Complexity Analysis
  • Linked Lists
  • Stacks and Queues
  • Simple and Balanced Binary Search Trees
  • B-Trees and File Organization
  • Hash Tables
  • Priority Queues
  • Graphs and Basic Graph Algorithms

2.2 Learning Outcomes

By the end of the semester, a passing student will be able to carry out the following types of activities:

  • Reinforced what they have learned about elementary data structures from CS 211
  • Extended their knowledge of data structures to more sophisticated data structures. This includes balanced binary search trees, B-trees and B+-trees, hashing, and basic graphs.
  • Use generic types in their data structures.
  • Do more demanding programming than they had in CS 211. All programming is done in Java. This involves more program design and debugging techniques.

3 Coursework

3.1 Lectures

During lectures we will discuss programming concepts and instructors will provide demos of programming relevant to assignments. In addition to attending the regular meeting times, you are strongly encouraged to visit the professor and teaching assistant(s) during office hours to further your understanding of the material: we are here to help you learn.

3.2 Reading

Readings from the textbook relevant to each lecture are listed in the schedule. You will increase your understanding of lectures by reading associated textbook sections ahead of time, though this is not assumed. Additional reading material may be provided to supplement the textbook which will be posted on the course web page.

3.3 Programming Assignments

Students will receive a number of programming assignments during the semester. Each assignment will involve writing programs and answering questions about them to illustrate an understanding of course material. The programming assignments will be electronically submitted to Blackboard on dates specified in the assignment by 11:59 p.m. Students may submit assignments as many times as needed up to the deadline.

3.4 Exams

There will be one midterm exam during the course during the regularly scheduled lecture time. There will also be a comprehensive final exam at the end semester. Refer to the schedule for dates of the exams.

4 Grading Policies

4.1 Components

Final grades will be determined by scores obtained on homework assignments, quizzes, projects, the midterm, and final exams. If circumstances require it, the grading scale may be adjusted, generally in the students' favor.

Component Weight
Programming Assignments 35%
Midterm Exam 30%
Final Exam 35%

Final grades will be determined according to Section Specific Policies

4.2 Grading Disputes

Address grading issues with the grader first. This should be done respectfully either in person or via e-mail. If it is not possible to reach a resolution, the professor may be contacted by the grader to resolve the dispute.

If you have not initiated contact within 1 week after receiving a grade, the chance to contest the grade has closed.

4.3 Homework Deadlines and Late Submission

  • Homework is due via electronic submission by 11:59 p.m. on the dates specified. You can submit work to BlackBoard as many times as desired. Only the last submission will be graded.
  • Work will not be accepted more than 4 days after the assigned deadline
  • Late work will be accepted with a -10% penalty per day late. Example: HW is due on 10/10 and Jafar hands in his assignment on 10/12. Jafar would have scored 83 but instead gets \(83 - 10*2 = 63\). Iago wants to hand in his assigment on 10/15 but it will not be accepted as it is too late (> 4 days late).
  • The GTAs grade programming HW and should be contacted first about disputes. If unable to resolve a grading disputes, the student and GTA should contact the student's instructor.
  • On-time submissions will generally be graded and available a week from submission, though exceptional circumstances may cause delays. Late submissions will be graded in as timely a fashion as schedules allow.
  • Contact the professor as soon as possible if health or family emergencies occur that would interfere with completing course work.

4.4 Exam Policies

  • Your Mason ID is required for the midterm and final exams.
  • Missing an exam results in a zero score and make-up exams will be considered only in situations involving death and near death. Proof of such circumstances will be required for a make-up to be considered.
  • Failing the final exam will result in an F in the entire course. Failing is defined as receiving less than 50% of the available points on the exam.

5 Academic Honesty and Collaboration

5.1 PRIME DIRECTIVE

PRIME DIRECTIVE: Be able to explain your own work including homework code and exam solutions.

Nearly all cheating in programming can be averted by adhering to the PRIME DIRECTIVE. Students may be asked at any time to explain code or exam solutions they submit. Inability to do so will be construed as evidence of misconduct. More specific guidelines are given below.

5.2 Thou Shalt Not

For the purposes of this course, the following actions constitute scholastic misconduct (cheating):

  • Directly copying someone else's solution to a homework problem, including student solutions from a previous semester
  • Directly copying an answer from some outside source such as the Internet or friend for a homework problem
  • Making use of an Instructor Solution manual to complete homework problems
  • Paying someone for a homework solution or submitting someone else's work as your own
  • Posting solutions to any web site including our course web site
  • Collaborating or copying someone else's answer during an exam
  • Aiding or abetting any of the above
  • Witnessing any of the above and failing to report it the instructor immediately

Refer to the following links for additional information.

5.3 Penalties

Any instance of misconduct that is detected will be referred to the honor board and will likely result in failing the course. Be advised that the teaching team will be employing electronic means to detect plagiarism. This is extremely easy with computer code so keep your nose clean.

5.4 Fair Collaboration

The purpose of this course is to learn about programming and learning from one another is a great help. To that end, the following actions will NOT be considered cheating in this course.

  • Talking to other students in the course about HW problems and informally describing how a problem may be solved.
    • Be very careful as you do this that you do not share any sort of code as this will be detected.
  • Getting or giving help fixing a small bug or two: a second set of eyes is a great boon to finding that misplaced semicolon that is preventing your code from compiling.
  • Searching the Internet for alternative presentations of a programming concept.
  • When unsure whether collaboration is fair or not, stop the activity until it can be cleared with instructor.

At all times keep the PRIME DIRECTIVE in mind when studying with another student. The above collaborations should be limited to getting someone over a hurdle, not carrying them across the finish line.

About half your grade will depend on programming projects. Doing them individually prepares you for the exams in which no collaboration of any kind is allowed.

6 Additional Policies

6.1 Programming Assignments

Since this is a programming course, some special policies will be in effect.

  • Programming assignments will be submitted to Blackboard at the specified dates. You may submit assignments to Blackboard as many times as you like: only the most recent submission will be graded (up to the deadline).
  • Back up your program regularly. Keeping backup copies of your work is your responsibility. Losing work due to a disk failure, accidental deletion, etc., is not a justification for late submission. Technologies like Dropbox automate the task of backing up which can make life much easier and safer. Submitting occasional early versions to Blackboard is also wise. Should last-minute problems happen such as accidental deletion, you will at least have some of your work to show. No code to submit means no credit.
  • Submitted code that does not compile will receive little to no credit.
  • When test cases are provided by the instructor use them and make sure your code passes all tests.
  • Familiarize yourself with how plagiarism works with programming as described in other parts of the syllabus.
  • Keep an untouched copy of your final code submission. It is important that you not touch your programs once you have made your final submission. If there are any submission problems, consideration for credit will only be given if it can be verified that the programs were not changed after being submitted.

6.2 Behavior and Accommodations

Students are expected to maintain a high level of civility for all participants in and out of class meetings. This includes respecting the beliefs of participants of all genders, ethnicities, and social backgrounds. Harassment of any type will not be tolerated and failure to behave in a respectful manner will result in referrals to University Counseling or the Office of Student Judicial Affairs. Any instances of sexual harassment will be reported to the Office of Equal Opportunity according the following policy: http://universitypolicy.gmu.edu/1202gen.html

Observance of religious events will be accommodated for students of any faith.

All possible accommodations will be made for students with disabilities. Please contact Disability Services (http://ods.gmu.edu/) and the instructor for further information.

7 Section Specific Policies

7.1 Policies for Prof. Nordstrom's Section(s) (001)

Final Grade Determination

The final grades for the course will be determined according to overall score in the course with adjustments made for the overall performance of the class.

Bonus Credit

Bonus credit will be awarded for solving extra credit problems on the midterm and final exam. This extra problems will be worth up to a 3% boost a student's overall score in the course.

Closed Resource Exams

Unless otherwise specified, exams will be closed: no notes, textbook, or computing devices may be used during the exam.

7.2 Policies for Prof. Kauffman's Section(s) (002,003)

Final Grade Determination

Final grades will be assigned without rounding according to the following criteria. It is a 10-point scale per letter grade, with the upper and lower 2% of each 10% earning a + or -.

Percent Grade Percent Grade Percent Grade Percent Grade
>= 98 A+ 89-88 B+ 79-78 C+ 69-60 D
97-92 A 87-82 B 77-72 C <60 F
91-90 A- 81-80 B- 71-70 C-    

Bonus Credit

Bonus credit will be awarded based on participation in class discussions in lecture. Students may elect to sit in the first few rows of the room ("hot seats") and answer questions. Reasonable effort on answering questions in class will garner class participation credit. Participation points may also earned for involvement in the class discussion board such as giving suggestions to students with questions (but not revealing answers wholesale). The highest point winner at the end of the semester will receive a 3% bonus to their overall score in the course. All other students will receive a bonus proportional to the highest point winner. For example, someone tied with the highest point scorer will also receive a 3% bonus while someone with half the participation points will receive a 1.5% bonus.

Open Resource Exams

Unless otherwise specified, Prof. Kauffman's exams will be open resource: notes, textbook, editor, compiler, and any code the student finds useful is allowed to be used. No communication is allowed during the exam (no email/texting/chat) and no searching the internet is allowed and no visiting unauthorized web sites. If in doubt, ask about specifics before or during the exam.

8 Guidelines for Success

  • Most homework problems have analogs that are (1) discussed in lecture or (2) described in an example problem in the textbook. This should encourage you to
    • Attend lecture and take notes
    • Read the content of each section of the textbook carefully
    • Analyze the example code distributed by the instructor

    Most successful students do all of these.

  • Seek help from the instructor or teaching assistant when a concept is unclear. If you blow a problem on a HW or exam and don't see why, attend office hours to ask about it. We are here to aid your learning process.
  • Form good habits early on. We have a large amount of material to cover which means you will need to spend time outside of lecture reading and experimenting. Things will move fast so don't fall behind.
  • There is a wealth of information on data structures online. Don't be afraid to consult online tutorials if a particular topic is troublesome for you. However, do not misuse to the Internet to obtain solutions that you don't understand. Follow the PRIME DIRECTIVE at all times.

Author: Chris Kauffman (kauffman@cs.gmu.edu) and Dave Nordstrom (dnordstr@gmu.edu) (kauffman@cs.gmu.edu)
Date: 2014-08-25 Mon 13:51